This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Is it possible to show that there is responses to a document without showing the responses in a view? ~Evelyn Rehipivitch 14.Jan.04 12:12 PM a Web browser Domino Designer All ReleasesAll Platforms
In Lotus Script, you can get access to the responses via NotesDocument.responses. (Maybe also NotesUIDocument, I'm not sure.) This one returns a document list with all the response documents. You can enter them and do everything with them as with parent documents. So it is not correct that a parent knows nothing about its responses.